QASetFloat
You can use theQASetFloat
function to set a floating-point value for a draw context state variable.
#define QASetFloat(drawContext,tag,newValue) \ (drawContext)->setFloat (drawContext,tag,newValue)
drawContext
- A draw context.
tag
- A state variable tag.
newValue
- The new value of the specified state variable.
DESCRIPTION
TheQASetFloat
function sets the value of the draw context state variable specified by thedrawContext
andtag
parameters to the floating-point value specified by thenewValue
parameter.